home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tcl / backslash.z / backslash
Text File  |  1998-10-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh((((3333TTTTccccllll))))                                        TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      Tcl_Backslash - parse a backslash sequence
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<ttttccccllll....hhhh>>>>
  13.  
  14.      char
  15.      TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh(_s_r_c, _c_o_u_n_t_P_t_r)
  16.  
  17. AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  18.      char   *_s_r_c        (in)      Pointer to a string starting with a
  19.                                   backslash.
  20.  
  21.      int    *_c_o_u_n_t_P_t_r   (out)     If _c_o_u_n_t_P_t_r isn't NULL, *_c_o_u_n_t_P_t_r gets
  22.                                   filled in with number of characters in the
  23.                                   backslash sequence, including the backslash
  24.                                   character.
  25.  
  26.  
  27. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  28.      This is a utility procedure used by several of the Tcl commands.  It
  29.      parses a backslash sequence and returns the single character
  30.      corresponding to the sequence.  TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh modifies *_c_o_u_n_t_P_t_r to
  31.      contain the number of characters in the backslash sequence.
  32.  
  33.      See the Tcl manual entry for information on the valid backslash
  34.      sequences.  All of the sequences described in the Tcl manual entry are
  35.      supported by TTTTccccllll____BBBBaaaacccckkkkssssllllaaaasssshhhh.
  36.  
  37.  
  38. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  39.      backslash, parse
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.